#index{			
	position: relative;
	width: 100%;
	height: 985px;
	margin: 0 auto;
	background-image: url(img/index/bg1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


#index .rightCol{
	float: right;
	width: 600px;
	margin-top: 80px;
}
#index .slogan{
	display: block;	
	margin-left: 78px;
}
#index .gift{
	display: block;
	margin-top: 26px;
	margin-left: 60px;
}
#index .outerLink{
	display: block;
	margin-top: 20px;
	margin-left: 460px;
	width: 138px;
 	height: 38px;
	background-image: url(img/index/more.gif);
	background-position: 4px 4px;
 	background-repeat: no-repeat;
}
#index .outerLink:hover{
	background-image: url(img/index/more_1.png);	
	background-position: 0 0;
}
#index .video{
	position: relative;
	margin-top: 20px;
	margin-left: 50px;
 	width: 560px;
 	height: 345px;
}
#index .video .prompt{
	margin-left: 30px;
	width: 102px;
	height: 31px;
	background: url(img/index/MV_text.png) no-repeat;	
}
#index .videoWrap{	
	float: left;
	width: 505px;
  	height: 292px;
 	padding: 10px;
	background-image: url(img/index/MV_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#index .videoWrap iframe{
 	position: absolute;
}
 
#index .video .nav{
	float: left;
	margin-top: 125px;
	width: 27px;
	height: 43px;
	cursor: pointer;
	background-image: url(img/index/BTN_MV.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
#index .video .prev{
	background-position: left top;
}
#index .video .prev:hover{
	background-position: left bottom;	
}
#index .video .next{
	background-position: right top;
}
#index .video .next:hover{
	background-position: right bottom;	
}

/*#index .fbFansWrap{
	width: 100%;
	height: 320px;	
}
#index .link{
	margin-left: 640px;
	width: 320px;		
}*/